Skip to content

ModernWindow class

Defined in

Namespace: CrissCross.WPF.UI Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.ModernWindow<T> Modifiers: public

Summary

        Navigation Window.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class ModernWindow~T~
class ModernWindow
ModernWindow <|-- ModernWindow~T~
class IViewFor~TViewModel~ {
    <>
}
IViewFor~TViewModel~ <|.. ModernWindow~T~
class IViewFor {
    <>
}
IViewFor <|.. ModernWindow~T~
class IActivatableView {
    <>
}
IActivatableView <|.. ModernWindow~T~

Inherits from: ModernWindow

Implements: IViewFor, IViewFor, IActivatableView

Constructors

NameSummary
.ctorInitializes a new instance of the [ModernWindow](# class.

Properties

NameSummary
BindingRootGets the binding root view model.
ViewModelGets or sets the strongly typed view model. Override this property to integrate with the platform's binding system.

Fields

NameSummary
static ViewModelPropertyThe view model dependency property.
Inherited members

See also